home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000018_news@newsmaster….columbia.edu _Tue Sep 8 23:45:20 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA17608
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 8 Sep 1998 23:45:19 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA29564
  7.     for kermit.misc@watsun; Tue, 8 Sep 1998 23:45:18 -0400 (EDT)
  8. Newsgroups: comp.protocols.kermit.misc,comp.lang.java.programmer,comp.terminals
  9. Path: news.columbia.edu!panix!howland.erols.net!ix.netcom.com!gerlach
  10. From: gerlach@netcom.com (Matthew H. Gerlach)
  11. Subject: Re: Java implementation of KERMIT protocol
  12. Message-ID: <gerlachEyzzKy.GHF@netcom.com>
  13. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  14. References: <01bdd83b$668d7aa0$402903a7@ezc-se> <6t1b1t$r1t$1@apakabar.cc.columbia.edu>
  15. Date: Wed, 9 Sep 1998 03:41:22 GMT
  16. Lines: 20
  17. Sender: gerlach@netcom15.netcom.com
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9180 comp.lang.java.programmer:179445 comp.terminals:12611
  19.  
  20. >
  21. >The Kermit Project has not implemented either Kermit File Transfer
  22. >Protocol nor any full featured communications software for Java.
  23. >We do not yet see a high enough demand for Java applications and 
  24. >Java applets should not have the permissions to perform file 
  25. >system access.
  26. >
  27. >    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  28. >                 The Kermit Project * Columbia University
  29. >              612 West 115th St #716 * New York, NY * 10025
  30. >  http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org
  31.  
  32.  
  33. We looked at serial port control from Java recently.  One problem
  34. is that there is really no "java standard" for serial port access.  Sun
  35. has proposed one and implmented it it for Solaris, but it is not part of the
  36. Java Virtual Machine per se.  We ended up having our Java application 
  37. telnet into the UNIX server and run ckermit!  
  38.  
  39. Matthew